Bookmarks import still messed up, now with double nesting and duplicate/triplicate directories?

Hello, I imported Bookmarks when I came to Firefox from a previous browser. The experience was terrible and challenges still linger. Firefox has come a long way, however … (read more)

Hello, I imported Bookmarks when I came to Firefox from a previous browser. The experience was terrible and challenges still linger. Firefox has come a long way, however UX still seems to be a 2nd class citizen. Bookmarks now has somewhat duplicate directories and this in turn is causing desktop/phone sync doubt and is likely missing bookmarks.

When sync breaks, it is so confusing. How can I simply have a working Bookmarks sync on desktop/phone?

Perhaps there was a challenge when I need Bookmarks to appear in the top bar when a new Tab is opened, as this was contrary to default Firefox settings.

Asked by kFirefoxForum 1 week ago

Last reply by kFirefoxForum 4 hours ago

Syncs

Hi I have a firefox account which I use on 2 macs and a PC as well as an android phone. For the past few months non of my book marks, passwords etc are being synced acros… (read more)

Hi I have a firefox account which I use on 2 macs and a PC as well as an android phone. For the past few months non of my book marks, passwords etc are being synced across the system and I have now completely different book marks on different devises. I have synced each computer multiple times without effect. This used to work perfectly before I changed my password a few months back. It is now reaching a point that firefox is no longer usable for me?? Thanks for your help

Asked by fardy10 1 day ago

Last reply by fardy10 20 minutes ago

Autofill with Dashlane has stopped working on some sites all of a sudden!

I have no idea what has changed and I do not have the experience to attempt to figure it out. I have had Dashlane for years and it works like a charm. Now, it will not … (read more)

I have no idea what has changed and I do not have the experience to attempt to figure it out. I have had Dashlane for years and it works like a charm. Now, it will not auto fill certain sites and with other there is some sort of conflict which causes the sites to sit and spin but it will not auto-fill like usual.

All I have done is clear the cashe several times and then it started. Its a brand new machine so not sure how that plays into it but it was all of a sudden out of no where.

Any help would be greatly appreciated.

Asked by Jesse Tacoronte 21 minutes ago

Unable to send emails

My cat laid too close to my keyboard (i.e., by the control, shift, and windows button) and I am now unable to send messages from any of my email address in Thunderbird. I… (read more)

My cat laid too close to my keyboard (i.e., by the control, shift, and windows button) and I am now unable to send messages from any of my email address in Thunderbird. I've checked the server settings and they all appear to be correct, but I keep getting the error message that connecting to the smtp failed. I'm receiving emails, but can't send them. Is there anything else that I might be missing apart from checking the server settings.

Asked by juliesmith1 1 hour ago

Use Thunderbird solely to access an MOBOX archive of my gmail account offline

I'm on Windows 11, I've archived my gmails to a 3GB zip and extracted it to a local MBOX file. I want to sue Thunderbird only to be able to conveniently see these emails.… (read more)

I'm on Windows 11, I've archived my gmails to a 3GB zip and extracted it to a local MBOX file. I want to sue Thunderbird only to be able to conveniently see these emails. I don't want any accounts, nor to connect Thunderbird to the internet - I juust want to see the gmails.

I've installed Thunderbird, and the import/export Tools NG add-on. It won't let me import to a unified folder, so I deleted the unified folder. I have no "local folders", so I can't right click on one and select import. I can't see how to make one either, and the help is of no help.

I wonder if somebody could tell me, without assuming knowledge I don't have, how to do this please.

Thanks Chris

Asked by chrisxenon 1 hour ago

Shortcuts on homepage missing

Hi, Since the last update for Mozilla on the laptop (updated on 6/Oct/2025 - version 143.0.4 (64-bit)), all the shortcuts to websites in Firefox homepage I had pinned ha… (read more)

Hi, Since the last update for Mozilla on the laptop (updated on 6/Oct/2025 - version 143.0.4 (64-bit)), all the shortcuts to websites in Firefox homepage I had pinned have disappeared. Also I can't add new shortcuts. I already have shortcuts enabled in Settings>Home>Firefox Home Content>Shortcuts.

Does anyone know how to solve this?

Kind regards.

Bárbara O.

Asked by Bárbara 1 hour ago

Thunderbird calendar notifications don't always work as expected

Hi I am using thunderbird with the integrated events connected to various google domains. My calendar looks synchronized and notifications show up. I am on popos on a lap… (read more)

Hi I am using thunderbird with the integrated events connected to various google domains. My calendar looks synchronized and notifications show up. I am on popos on a laptop. The thing is that a lot of time the notifications show up late; like not hours late, but let's say 5 minutes late and sometimes they don't re-appear after the initial reminder. So it's not 100% sure that you will get reminded or pinged at the right time. I have not figured out any specific rule when it works and when it won't. Curious if anyone else is running into such problems. Thanks Andreas

Asked by Andreas Richter 1 hour ago

strange font

hi in a new win 10 instal most text incl Fire Fox text is made up of letters [font] that are made of thin and thick lines [in the same letter] i dont know if its a stra… (read more)

hi in a new win 10 instal most text incl Fire Fox text is made up of letters [font] that are made of thin and thick lines [in the same letter]

i dont know if its a strange font or another problem, i have copied all "font" setting from my other pc where i dont have the problem.

also i cant get spell check to work here dsespite turning it on

its very distracting, would be very gratefull for any suggestones if any one can 

help thanks

Asked by bill 3 days ago

Last reply by bill 1 hour ago

Thunderbird Extension API Returning Stale Cached Data for Gmail IMAP Folders

Dear Thunderbird Team, I am writing to report a critical issue with the Thunderbird Extension API where it returns stale, cached data instead of live folder contents for… (read more)

Dear Thunderbird Team,

I am writing to report a critical issue with the Thunderbird Extension API where it returns stale, cached data instead of live folder contents for Gmail IMAP accounts.

Issue Description The browser.messages.list() and browser.messages.query() APIs are returning outdated message data from 2016-2021, completely ignoring the actual current contents of my Gmail IMAP inbox. While Thunderbird's UI displays current emails correctly, the extension API serves permanently cached old data.

Evidence of the Bug What Thunderbird UI Shows: Current inbox with emails from today and recent weeks

Real-time folder contents

Proper folder synchronization

What Extension API Returns: Only 100 messages total (artificial limit)

Messages exclusively from 2016-2021

No emails from 2022-2025 present

Completely ignores current folder contents

Technical Details: Profile: /Volumes/Data/Mail Files/Thunderbird/Profiles/aq8q4la7.default-release/

Account: Gmail IMAP (imap.googlemail.com)

Folder: account1://INBOX

API Used: browser.messages.list(folderId) and browser.messages.query()

Steps to Reproduce Set up Gmail IMAP account in Thunderbird

Write extension using browser.messages.list() API

Compare API results with actual folder contents

Observe API returns stale cached data from years ago

Debugging Attempted We have tried:

Deleting all .msf index files

Clearing folderCache.json and global-messages-db.sqlite

Removing cache folders (cache/, cache2/, startupCache/)

Rebuilding folder indexes

Using different API methods (messages.query vs messages.list)

None of these resolved the issue - the API continues to return the same stale dataset.

Impact This completely breaks any extension that needs to access current folder contents, such as email tracking, automation, or filtering extensions.

Request Please investigate why the Extension API serves different (and outdated) data compared to Thunderbird's main UI, and fix the API to return actual live folder contents.

Thank you for your attention to this critical issue.

Best regards, Hasan

Asked by hasan_sharif 1 hour ago

Immersive reader renders page incorrectly

How and where do I report when immersive reader mode renders a page incorrectly? What are the rules governing immersive reader mode inclusion? An example is : Brit… (read more)

How and where do I report when immersive reader mode renders a page incorrectly? What are the rules governing immersive reader mode inclusion?

An example is : Britain prepares NHS drug spending hike to stave off Trump tariffs

Asked by Ade 1 hour ago

Bluetooth lag

Phone: Nothing 3(a) Headphones: Nothing ear (a) When using YouTube (phone speaker) all runs smoothly. But when using earphones videos desync and stutter very badly. My ex… (read more)

Phone: Nothing 3(a) Headphones: Nothing ear (a) When using YouTube (phone speaker) all runs smoothly. But when using earphones videos desync and stutter very badly. My extensions are "ublock origin" and "privacy badger" Any help or suggestions would be welcome

Asked by jclonebarnes 3 hours ago

Last reply by jclonebarnes 2 hours ago

How to completely remove Okta authentication automatic redirects from Firefox

I am an academic researcher formerly affiliated with an institution that uses Okta as its two-factor authentication service for access to institutional subscriptions (thi… (read more)

I am an academic researcher formerly affiliated with an institution that uses Okta as its two-factor authentication service for access to institutional subscriptions (think Elsevier, Cambridge Core, Brill, JStor, etc.). Since I am no longer affiliated with that institution, I am no longer authorized to access that institution's subscriptions. I am not trying to access that institution's subscriptions, however, if I try to log in to these repositories as an individual, I am automatically redirected to my former institution's Okta authentication page.

The browser: Mozilla Firefox 143.0.3. I am able to access other sites on other browsers, as well as in private Firefox windows, which suggests it is a problem with my Firefox account. These are temporary workarounds I can live with only in the very short term. I am under no circumstances willing to switch browsers. I use Firefox for a reason. FWIW, I am also contacting Okta support to see what they recommend.

The computer: Macbook Air 2020 M1. It is a personal computer. I do not have access to another device.

I have cleared my browser history, saved form data, saved site settings, cookies, and cache (x5). I have deleted all saved passwords containing the email address associated with my former institution. I have restarted the browser (x5). I have restarted my computer (x2). I have reached out to IT at the institution (they are flummoxed).

I'm nearing my wit's end with this. I'm working on multiple projects with multiple deadlines. The temporary workaround and constant barrier to access are driving me up the wall. I will be infinitely grateful for a permanent solution to this hellish problem.

Asked by Eileen Morgan 5 days ago

Last reply by Eileen Morgan 2 hours ago

Loss of Local Folders on upgrade to Windows !!

Yesterday I upgraded my PC from Windows 10 to 11. Today I discovered my Local Folders are not visible. Searching tells me the messages still exist, but TB does not show t… (read more)

Yesterday I upgraded my PC from Windows 10 to 11. Today I discovered my Local Folders are not visible. Searching tells me the messages still exist, but TB does not show the folders. I did the same upgrade a month ago on a laptop (Windows 10 Pro to 11), no problems. I didn't externally back up the messages as I am a dinosaur and don't know how, but at least they are still on the hard drive. Thousands of them though so I need the local folders back. Tried all the fixes I can find on the Community Forum, without success. Can anyone help please? Bob

Asked by bob246 1 day ago

Last reply by bob246 2 hours ago

Today Pane makes Thunderbird mail window Status bar disappear + can't scroll fully to the bottom

I noticed that I can't see the end of any longer email messages and realized that the Status bar is missing in the email window, too. Changing the relevant setting in the… (read more)

I noticed that I can't see the end of any longer email messages and realized that the Status bar is missing in the email window, too. Changing the relevant setting in the menu didn't do anything. The Status bar is visible in other tabs. When I hid the Today Pane (Events & Tasks), the status bar came back. When I displayed it, Status bar disappeared again. With longer email messages, it is impossible to view the complete message, because the message window seems to extend below the screen bottom. Hiding Windows task bar doesn't help.

Help, how can I have my status bar and read the messages without opening them in a new window, without having to hide the Today pane?

Asked by haituva 3 hours ago

Last reply by haituva 2 hours ago

Reappearance of Blank Pages of 8 Grids under Recent Activity

Dear Firefox Team, It has re-occurred to my Firefox Browser of the latest version of 115.28 with some websites which I have recently visited however which have appeared … (read more)

Dear Firefox Team,

It has re-occurred to my Firefox Browser of the latest version of 115.28 with some websites which I have recently visited however which have appeared 8 grids of blank or white pages again under "Recent Activity" as attached with the image for your technical troubleshooting suggestion.

Those 8 grids of Recent Activity in the older version of Firefox browsers used to have shown colorful graphics or images representative of the recent websites I visited in the recent past.

May I know what I am supposed to do to recover those graphics or images?

Kindly offer any suggestion or solution?

Thank you for your kind attention.


Mr. Topaz Chiu

Asked by Mr. Topaz Chiu 3 hours ago

Thunderbird very slow to send emails

Hi I was using TB 142 without problems. When upgrading to 143 ou 144.B4 I have problems sending mails to all users after some times. Usually the first mails are sent imme… (read more)

Hi I was using TB 142 without problems. When upgrading to 143 ou 144.B4 I have problems sending mails to all users after some times. Usually the first mails are sent immediatly but after around 10 mails, I have very slow response (varies from 5 sec to more than 1 minute and sometimes timeout). Usually quitting TB solves the problem but this is very annoying. I went back to 140LTS and sems to have no longer this problem. This was tested on many diffrent networks. I am running under Fedora release 42

Thanks

Asked by mouthuy 3 hours ago

Submenus not displayed

Hi I use a PC running Windows 10. I created a new email adress using Outlook. All is displayed correctly in Outlook.live (subir inbox, outbox, draft, archive, etc) Now w… (read more)

Hi I use a PC running Windows 10. I created a new email adress using Outlook. All is displayed correctly in Outlook.live (subir inbox, outbox, draft, archive, etc)

Now when I try to add the same account (email adress) in Thunderbird PC (last release), the system found well my data (IMAP, SMTP...), but is unable to display submenus. Only the Inbox appears. The setup is not complete and I have no error. But in Thunderbird I received a notification stating something about the authentication of that new email adress but I have no access to the full notification (when I clic on the notification it disappears).

I deleted this account (data and message) in Thunderbird, closed Thunderbird, and created it again, same result. Only the subdir inbox appears.

In Outlook.live this account works fine, I can send and receive emails.

In Thunderbird I can also send emails but I do not receive them while they are received in Outlook.live. So it seems that there an issue in Thunderbird And I have no opportunity to add the account manually.

Any suggestion to solve this issue ?

Asked by luxorion 1 day ago

Last reply by luxorion 3 hours ago